unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sat, 11 Mar 2017 04:48:17 +0000 (04:48 +0000)
committerRaspbian forward porter <root@raspbian.org>
Sat, 11 Mar 2017 04:48:17 +0000 (04:48 +0000)
commit925bdc9e939040e3b1c647878a70e6d25cb70652
treea57373ce0b0b20ed6e3eaa81aeda0e04c3ae8a2c
parentcc53fc2d57491dc45b2e572180be340d079d34e6
unwind-chain-inclusion

# Without this patch, the first local include of unwind.h might, with the
# __has_include_next, try to include the one from the system.
# It might be /usr/include/clang/3.4/include/unwind.h
# Because of the #ifndef __CLANG_UNWIND_H, it might never include any declaration
# from the system.

Gbp-Pq: Name unwind-chain-inclusion.diff
clang/lib/Headers/unwind.h